Node.is_error

Check if this node represents a syntax error.

Syntax errors represent parts of the code that could not be incorporated into a valid syntax tree.

struct Node
const @nogc nothrow
is_error
()

Meta